Drop Build-Depends on julia, which would result in a cyclic dependency
when bootstrapping utf8proc and julia for Debian-based distributions.
https://lists.alioth.debian.org/pipermail/pkg-julia-devel/Week-of-Mon-
20151102/000723.html
Priority: optional
Maintainer: Debian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>, Graham Inggs <ginggs@debian.org>
-Build-Depends: debhelper (>= 9), unicode-data (>= 8.0), ttf-unifont (>= 8.0.01),
- fontforge, perl, ruby, julia [amd64 i386]
+Build-Depends: debhelper (>= 9), unicode-data (>= 8.0), perl
Standards-Version: 3.9.6
Section: libs
Homepage: http://julialang.org/utf8proc/
%:
dh $@
-override_dh_auto_build:
- dh_auto_build
-ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386))
- # For architectures that provide a julia package, reproduce the
- # complete build process, by generating `utf8proc_data.c` from
- # the Unicode data and GNU Unifont, and comparing with the one
- # shipped by upstream.
- dh_auto_build -- data
- diff data/utf8proc_data.c.new utf8proc_data.c
-endif
-
override_dh_auto_install:
dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH)